From 3a26c9c7754ee772f6d2dfdbb642bda0c2574b2b Mon Sep 17 00:00:00 2001 From: oliskoli Date: Fri, 5 Sep 2008 22:13:18 +0000 Subject: [PATCH] ggv_ovl: Add needed doc. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3458 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/xmldoc/formats/ggv_ovl.xml | 36 +++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 gpsbabel/xmldoc/formats/ggv_ovl.xml diff --git a/gpsbabel/xmldoc/formats/ggv_ovl.xml b/gpsbabel/xmldoc/formats/ggv_ovl.xml new file mode 100644 index 000000000..38ab4b898 --- /dev/null +++ b/gpsbabel/xmldoc/formats/ggv_ovl.xml @@ -0,0 +1,36 @@ + + Overlay files used by Geogrid-Viewer has to be in ASCII format. + Make sure you save the files correctly. + + + Lines or polygons within the Geogrid-Viewer (type 3 and 4) will be + converted to tracks, except they are grouped. In this case GPSBabel creates routes. + + + During the creation of an overlay file, a circle will be added to each + postion of a waypoint or a route. + + + + Sample layout of the ASCII overlay file + + [Symbol <number # >] + Typ=<1=picture,2=Text, 3=line, 4=area, 5=retangle, 6=circle, 7=triangle> + Group=<1=no group, number > 1=group number> + Col=<number of the line color> + Zoom=<1=no zoom, 2=zoom> + Size=<size can be between 101 and 118> + Art=<style> + Punkte=<number of XKoord> + XKoord0=<decimal X coordinate (Longitude) of the waypoint> + YKoord0=<decimal Y coordinate (Latitude) of the waypoint> + [MapLage] + MapName=Top. Karte 1:50.000 Nieders. + DimmFc=100 + ZoomFc=<zoom level of the map> + CenterLat=<map center in decimal Y coordinates> + CenterLong=<map center in decimal X coordinates of > + RefOn=0 + + + -- 2.30.2